home *** CD-ROM | disk | FTP | other *** search
/ CYBER.XPO.95 / CYBER.XPO.95 (Arsenal Computer).ISO / popreq / amiga1 / dcdd_20.lha / DCDD_1 < prev    next >
Text File  |  1993-08-11  |  713b  |  48 lines

  1. ; DCDD_1                                                         930811.2336
  2. ;
  3. if exists ram:-dl then
  4.    wait 2
  5.    else
  6.    makedir ram:-dl
  7. endif
  8. ;
  9. if exists DH1:-dl then
  10.    wait 2
  11.    else
  12.    makedir DH1:-dl
  13. endif
  14. ;
  15. if exists ram:continue then
  16.    wait 2
  17.    else
  18.    makedir ram:continue
  19. endif
  20. ;
  21. cd dh0:DemonDialer
  22. run BaudBandit BB.config
  23. wait 2
  24. ;Note: DCDD_1 below uses a different BBS phone list but keeps time totals
  25. ;      in the common files.
  26. ;
  27. rx DCDD.rexx DCDD_1
  28. ;
  29. copy RAM:-dl/#? DH1:-dl
  30. delete RAM:-dl/#? 
  31. delete RAM:-dl 
  32. ;
  33. if exists ram:AUTO then
  34.    delete ram:AUTO
  35. endif
  36. ;
  37. if exists ram:continue then
  38.    delete ram:continue
  39. endif
  40. ;
  41. if exists ram:exit_flag then
  42.    delete ram:exit_flag
  43. endif
  44. ;
  45. endcli
  46.  
  47.